home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / pbmpl91d / pbmplus / man / psidtopg.man < prev    next >
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. psidtopgm(1)               Unix Programmer's Manual               psidtopgm(1)
  4.  
  5.  
  6. NAME
  7.      psidtopgm - convert PostScript "image" data into a portable graymap
  8.  
  9. SYNOPSIS
  10.      psidtopgm width height bits/sample [imagedata]
  11.                ----- ------ ---- ------  ---------
  12.  
  13. DESCRIPTION
  14.      Reads the "image" data from a  PostScript  file  as  input.   Produces  a
  15.      portable graymap as output.
  16.  
  17.      This is a very simple and limited program, and is here  only  because  so
  18.      many  people  have  asked for it.  To use it you have to manually extract
  19.      the readhexstring data portion from your PostScript file, and  then  give
  20.      the  width,  height,  and  bits/sample  on  the command line.  Before you
  21.      attempt this, you should at least read the  description  of  the  "image"
  22.      operator in the PostScript Language Reference Manual.
  23.  
  24.      It would probably not be too hard to write a script that uses this filter
  25.      to  read a specific variety of PostScript image, but the variation is too
  26.      great to make a general-purpose reader.  Unless, of course, you  want  to
  27.      write a full-fledged PostScript interpreter...
  28.  
  29. SEE ALSO
  30.      pnmtops(1), pgm(5)
  31.  
  32. AUTHOR
  33.      Copyright (C) 1989 by Jef Poskanzer.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                 02 August 89                                 1
  66.  
  67.